home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1999 March
/
EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso
/
earcd
/
emul
/
cp4
/
support
/
playsid3.0
/
install_library
< prev
next >
Wrap
Text File
|
1999-01-01
|
724b
|
34 lines
; Install script for PlaySID.library
(set old_level @user-level)
(set @default-dest "")
(set psidlib "libs/PlaySID.library")
;=============================================================================
; English strings
(set #copying-psidlib "Copying PlaySID.library to LIBS:...")
(set #install-msg
(cat "\n\nPlaySID library installation script.\n"
"This script installs PlaySID.library\n"
"on your Amiga.\n\n"
"© 1994 Per Håkan Sundell and Ron Birk\n"
"All rights reserved."
))
;=============================================================================
(message #install-msg)
(copylib
(prompt "\n" #copying-psidlib)
(help @copylib-help)
(source psidlib)
(dest "LIBS:")
(confirm)
)